Skip to content

Make synctree LevelDB options user-configurable#55

Open
jtuple wants to merge 1 commit into2.0from
jdb-synctree-leveldb-config
Open

Make synctree LevelDB options user-configurable#55
jtuple wants to merge 1 commit into2.0from
jdb-synctree-leveldb-config

Conversation

@jtuple
Copy link
Contributor

@jtuple jtuple commented Aug 28, 2014

This commit makes the LevelDB options used for ensemble synctrees
configurable in app.config.

This commit also uses the randomized write_buffer pattern used elsewhere
in Riak, where the LevelDB write buffer size is set to be a random value
within a given min/max range. Randomizing the write buffer per LevelDB
instance helps protect against multiple instances needing to flush their
write buffers at the same time.

This commit makes the LevelDB options used for ensemble synctrees
configurable in app.config.

This commit also uses the randomized write_buffer pattern used elsewhere
in Riak, where the LevelDB write buffer size is set to be a random value
within a given min/max range. Randomizing the write buffer per LevelDB
instance helps protect against multiple instances needing to flush their
write buffers at the same time.
@jtuple jtuple added this to the 2.0.1 milestone Aug 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant